From: Ævar Arnfjörð Bjarmason Date: Sat, 19 Nov 2005 04:44:24 +0000 (+0000) Subject: * Removed redundant variable decleration X-Git-Tag: 1.6.0~1156 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=a3b5188613da986927b896b2cd129db2ff941eeb;p=lhc%2Fweb%2Fwiklou.git * Removed redundant variable decleration --- diff --git a/includes/Parser.php b/includes/Parser.php index 648cc77d14..e79a9df55e 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -2152,8 +2152,6 @@ class Parser $fname = 'Parser::replaceVariables'; wfProfileIn( $fname ); - $titleChars = Title::legalChars(); - # This function is called recursively. To keep track of arguments we need a stack: array_push( $this->mArgStack, $args );